home *** CD-ROM | disk | FTP | other *** search
/ Joystick Magazine 1999 November / cd joystick no109 novembre 1999.iso / Data / sharewares / utilitaires / WC32V401.ZIP / INSTALL.BIN / WINCMD32.EXE / 0 / RCDATA / TEDACTIONFORM / TEDACTIONFORM.txt
Text File  |  1999-07-27  |  4KB  |  214 lines

  1. object EdActionForm: TEdActionForm
  2.   Tag = 1
  3.   Left = 200
  4.   Top = 107
  5.   HelpContext = 590
  6.   BorderStyle = bsDialog
  7.   Caption = 'Edit action'
  8.   ClientHeight = 339
  9.   ClientWidth = 371
  10.   Font.Color = clWindowText
  11.   Font.Height = -11
  12.   Font.Name = 'MS Sans Serif'
  13.   Font.Style = []
  14.   Position = poScreenCenter
  15.   OnShow = FormShow
  16.   PixelsPerInch = 96
  17.   TextHeight = 13
  18.   object Action_name: TLabel
  19.     Tag = 2
  20.     Left = 12
  21.     Top = 8
  22.     Width = 265
  23.     Height = 13
  24.     AutoSize = False
  25.     Caption = '&Action (verb):'
  26.     FocusControl = edt_verb
  27.   end
  28.   object Label1: TLabel
  29.     Tag = 3
  30.     Left = 12
  31.     Top = 49
  32.     Width = 265
  33.     Height = 13
  34.     AutoSize = False
  35.     Caption = 'Action &description (context menu):'
  36.     FocusControl = edt_descript
  37.   end
  38.   object Bevel1: TBevel
  39.     Left = 4
  40.     Top = 92
  41.     Width = 361
  42.     Height = 5
  43.     Shape = bsTopLine
  44.   end
  45.   object Label2: TLabel
  46.     Tag = 4
  47.     Left = 12
  48.     Top = 100
  49.     Width = 265
  50.     Height = 13
  51.     AutoSize = False
  52.     Caption = '&Command (program):'
  53.     FocusControl = edt_program
  54.   end
  55.   object edt_verb: TEdit
  56.     Left = 12
  57.     Top = 24
  58.     Width = 265
  59.     Height = 21
  60.     TabOrder = 0
  61.   end
  62.   object edt_descript: TEdit
  63.     Left = 12
  64.     Top = 64
  65.     Width = 265
  66.     Height = 21
  67.     TabOrder = 1
  68.   end
  69.   object edt_program: TEdit
  70.     Left = 12
  71.     Top = 116
  72.     Width = 265
  73.     Height = 21
  74.     TabOrder = 2
  75.   end
  76.   object btm_ProgramSearch: TButton
  77.     Left = 276
  78.     Top = 116
  79.     Width = 25
  80.     Height = 21
  81.     Caption = '>>'
  82.     TabOrder = 3
  83.     OnClick = btm_ProgramSearchClick
  84.   end
  85.   object GroupBox1: TGroupBox
  86.     Left = 4
  87.     Top = 144
  88.     Width = 281
  89.     Height = 189
  90.     Caption = '                        '
  91.     TabOrder = 5
  92.     object Label3: TLabel
  93.       Tag = 6
  94.       Left = 8
  95.       Top = 20
  96.       Width = 265
  97.       Height = 13
  98.       AutoSize = False
  99.       Caption = 'DDE &Message:'
  100.       FocusControl = edt_DDE_Message
  101.     end
  102.     object Label4: TLabel
  103.       Tag = 7
  104.       Left = 8
  105.       Top = 60
  106.       Width = 265
  107.       Height = 13
  108.       AutoSize = False
  109.       Caption = 'DDE A&pplication:'
  110.       FocusControl = edt_DDE_App
  111.     end
  112.     object Label5: TLabel
  113.       Tag = 8
  114.       Left = 8
  115.       Top = 100
  116.       Width = 265
  117.       Height = 13
  118.       AutoSize = False
  119.       Caption = 'DDE Message when application is ¬ running:'
  120.       FocusControl = edt_DDE_App_NotRunning
  121.     end
  122.     object Label6: TLabel
  123.       Tag = 9
  124.       Left = 8
  125.       Top = 140
  126.       Width = 265
  127.       Height = 13
  128.       AutoSize = False
  129.       Caption = 'DDE &Topic:'
  130.       FocusControl = edt_DDE_Topic
  131.     end
  132.     object edt_DDE_Message: TEdit
  133.       Left = 8
  134.       Top = 36
  135.       Width = 265
  136.       Height = 21
  137.       TabOrder = 0
  138.     end
  139.     object edt_DDE_App: TEdit
  140.       Left = 8
  141.       Top = 76
  142.       Width = 265
  143.       Height = 21
  144.       TabOrder = 1
  145.     end
  146.     object edt_DDE_App_NotRunning: TEdit
  147.       Left = 8
  148.       Top = 116
  149.       Width = 265
  150.       Height = 21
  151.       TabOrder = 2
  152.     end
  153.     object edt_DDE_Topic: TEdit
  154.       Left = 8
  155.       Top = 156
  156.       Width = 265
  157.       Height = 21
  158.       TabOrder = 3
  159.     end
  160.   end
  161.   object btn_OK: TButton
  162.     Tag = 4001
  163.     Left = 280
  164.     Top = 8
  165.     Width = 85
  166.     Height = 23
  167.     Caption = 'OK'
  168.     Default = True
  169.     ModalResult = 1
  170.     TabOrder = 6
  171.     OnClick = btn_OKClick
  172.   end
  173.   object btn_Cancel: TButton
  174.     Tag = 4002
  175.     Left = 280
  176.     Top = 36
  177.     Width = 85
  178.     Height = 23
  179.     Cancel = True
  180.     Caption = 'Cancel'
  181.     ModalResult = 2
  182.     TabOrder = 7
  183.   end
  184.   object Check_Use_DDE: TCheckBox
  185.     Tag = 5
  186.     Left = 16
  187.     Top = 144
  188.     Width = 109
  189.     Height = 13
  190.     Caption = '&Use DDE'
  191.     TabOrder = 4
  192.     OnClick = Check_Use_DDEClick
  193.   end
  194.   object btn_help: TButton
  195.     Tag = 4003
  196.     Left = 280
  197.     Top = 64
  198.     Width = 85
  199.     Height = 23
  200.     Caption = 'Help'
  201.     TabOrder = 8
  202.     OnClick = btn_helpClick
  203.   end
  204.   object ResolutionFix1: TResolutionFix
  205.     Left = 300
  206.     Top = 292
  207.   end
  208.   object Translate1: TTranslate
  209.     Tag = 6090
  210.     Left = 336
  211.     Top = 292
  212.   end
  213. end
  214.